Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python Tutorial
1) Buildin Function
2) Buildin Module
3) CGI Web
4) Class
5) Collections
6) Data Type
7) Database
8) Dictionary
9) File
10) Function
11) Introduction
12) List
13) Network
14) Operator
15) Regular Expressions
16) Statement
17) String
18) Thread
19) Tkinker
20) Tuple
21) Windows
22) Wxpython
23) XML
Data Type
1) Building a list from another list
2) Compare integers using if structures, relational operators and equality operators
3) Complex Math
4) Complex Number Attributes
5) Convert string to decimal
6) Decimal function
7) Decimal type
8) Demonstrates handling exceptions when converting string to float
9) Driver for class Rational
10) Floating Point and Exponential Notation Output
11) Format float numbers
12) Formatting float number, use the f specifier and supply the precision as a (dot) followed by the number of decimals
13) Formatting Numbers
14) Hexadecimal and Octal Notation
15) Hexadecimal numbers are written like this
16) Hexadecimal Output
17) Imaginary numbers are written with a suffix of j or J
18) Import cmath for Complex number
19) Import the decimal module to use the Decimal number class
20) Integer and String Output
21) List-copy function using None
22) Octal numbers
23) Python accepted almost anything in a boolean context
24) Python can handle really large integers
25) Python supports five basic numerical types, three of which are integer types
26) Real numbers are called floats or floating-point numbers
27) Set precision
28) Simple addition program
29) The Fields of Python Date Tuples
30) The following are defined as having false values in Python
31) To denote an octal literal, use 0 followed by a sequence of octal digits (0 to 7)
32) To extract these parts from a complex number z, use z real and z imag
33) True and false value
34) Use abs(z) to get its magnitude (as a float) or z real to get its real part
35) Using Booleans numerically
36) X Y